home *** CD-ROM | disk | FTP | other *** search
/ Digit Magazine 1999 December / cDigit issue 18 - December 1999.iso / pc / demos / XMLwriter 1.0 Beta shareware / data1.cab / Help_Files / XMLwriter.chm / helpfiles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-08-19  |  1.1 KB  |  99 lines

  1. A:active, A:link, A:visited
  2.     {
  3.     color:blue;
  4. }
  5.  
  6. BODY,TABLE
  7.     {
  8.     font-family:verdana,tahoma,arial;
  9.     font-size:12;
  10. }
  11.  
  12. TD 
  13.     {
  14.     vertical-align:top;
  15. }
  16.  
  17. TH 
  18.     {
  19.     text-align:left;
  20. }
  21.  
  22. H1,H2,H3,H4,H5,H6
  23.     {
  24.     font-family:verdana,tahoma,arial;
  25. }
  26.  
  27. EM,
  28.     {
  29.     font-style:normal;
  30.     font-weight:bolder;
  31. }
  32.  
  33. PRE
  34.     {
  35.     font-family:courier new,courier;
  36.     font-size:12;
  37. }
  38.  
  39. .related
  40.     {
  41.     font-family:verdana,tahoma,arial;
  42.     font-size:14;
  43.     font-weight:bolder;
  44. }
  45.  
  46. .number, .example, .toview
  47.     {
  48.     font-family:verdana,tahoma,arial;
  49.     font-size:12;
  50.     font-weight:bold;
  51.     color:blue;
  52. }
  53.  
  54. .code
  55.     {
  56.     font-family:courier new,courier;
  57.     font-size:12;
  58. }
  59.  
  60. .tip, .rules
  61.     {
  62.     font-family:verdana,tahoma,arial;
  63.     font-size:12;
  64.     font-weight:bolder;
  65.     color:red;
  66. }
  67.  
  68. .note
  69.     {
  70.     font-family:verdana,tahoma,arial;
  71.     font-size:12;
  72.     font-weight:bolder;
  73.     color:green;
  74. }
  75.  
  76. .toolbarshortcut
  77.     {
  78.     font-family:verdana,tahoma,arial;
  79.     font-size:12;
  80.     font-weight:bolder;
  81.     color:purple;
  82. }
  83.  
  84. .comments
  85.     {
  86.     color:green;
  87. }
  88.  
  89. .indent
  90.     {
  91.     display:block;
  92.     margin-left:10pt;
  93. }
  94.  
  95.  
  96.  
  97.  
  98.  
  99.